projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4da2f5b
)
(gnus-read-init-file): Don't load anything if init-file-user is nil.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 8 Dec 1996 22:00:45 +0000
(22:00 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 8 Dec 1996 22:00:45 +0000
(22:00 +0000)
lisp/gnus.el
patch
|
blob
|
history
diff --git
a/lisp/gnus.el
b/lisp/gnus.el
index 252a4d823dee7ffe62d972d66479dc72d9906e07..f50ca034de197e414b12f9638958daa01d2e9a22 100644
(file)
--- a/
lisp/gnus.el
+++ b/
lisp/gnus.el
@@
-2267,6
+2267,8
@@
Thank you for your help in stamping out bugs.
(setq gnus-init-inhibit nil)
(setq gnus-init-inhibit inhibit-next)
(and gnus-init-file
+ ;; Don't load .gnus if -q option was used.
+ init-file-user
(or (and (file-exists-p gnus-init-file)
;; Don't try to load a directory.
(not (file-directory-p gnus-init-file)))